home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osplinecissoid.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  440b  |  16 lines

  1. #ifndef _Osplinecissoid_H_
  2. #define _Osplinecissoid_H_
  3.  
  4. enum
  5. {
  6.     PRIM_CISSOID_TYPE                    = 2020, // LONG - Type [0:Cissoid; 1:Lemniscate; 2:Strophoid]
  7.         PRIM_CISSOID_TYPE_CISSOID            = 0,
  8.         PRIM_CISSOID_TYPE_LEMNISCATE    = 1,
  9.         PRIM_CISSOID_TYPE_STROPHOID        = 2,
  10.     PRIM_CISSOID_TENSION          = 2021,    // REAL - Value Range
  11.     PRIM_CISSOID_WIDTH                = 2023, // REAL - Width
  12.     PRIM_CISSOID_SUB                    = 2024  // LONG - Subdivision [>=3]
  13. };
  14.  
  15. #endif
  16.